home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2004 March / PCWMAR04.iso / Software / Resources / JawsPDF Creator / JawsPdfCreatorEn.exe / Disk1 / data1.cab / InstDirResource / procset / colrend.ps < prev    next >
Encoding:
Text File  |  2003-08-08  |  850 b   |  43 lines

  1. %!
  2. %%VMusage: 0 0
  3. %%VMlocation: global
  4. %%
  5. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  6. %%                                    %%
  7. %% ColorRendering: procedures used by findcolorrendering        %%
  8. %%                                    %%
  9. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  10.  
  11. /ColorRendering <<
  12.  
  13. /GetPageDeviceName {
  14.   currentpagedevice /PageDeviceName 2 copy known {
  15.     get dup null ne {
  16.       dup type /stringtype eq {cvn} if
  17.     } {
  18.       pop /none
  19.     } ifelse
  20.   } {
  21.     pop pop /none
  22.   } ifelse
  23. } bind
  24.  
  25. /GetHalftoneName {
  26.   currenthalftone /HalftoneName 2 copy known {
  27.     get dup null ne {
  28.       dup type /stringtype eq {cvn} if
  29.     } {
  30.       pop /none
  31.     } ifelse
  32.   } {
  33.     pop pop /none
  34.   } ifelse
  35. } bind
  36.  
  37. /GetSubstituteCRD {
  38.   pop /DefaultColorRendering
  39. } bind
  40.  
  41. >> /ProcSet defineresource
  42.  
  43.